home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / AppKit / Backspace / BlackView.h < prev    next >
Encoding:
Text File  |  1993-07-15  |  152 b   |  12 lines

  1. #import <appkit/View.h>
  2.  
  3. @interface BlackView:View
  4. {
  5. }
  6.  
  7. - oneStep;
  8. - drawSelf:(const NXRect *)rects :(int)rectCount;
  9. - (BOOL)isBoringScreenSaver;
  10.  
  11. @end
  12.